home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Sapphire Collection / Software Vault (Sapphire Collection) (Digital Impact).ISO / cdr08 / finst152.zip / README.TXT < prev    next >
Text File  |  1994-09-01  |  3KB  |  113 lines

  1. Freeman Installer & Uninstaller version 1.52
  2. Copyright (C) 1994 Ka Iok Tong
  3. All Rights Reserved
  4.  
  5.  
  6. More Info
  7. =========
  8.  
  9. To check what you can do with Freeman Installer (beautiful screen shots
  10. are included) or for more info, you can connect to my WWW page at,
  11.  
  12.    http://www.arch.su.edu.au/~tongk/0.html
  13.  
  14. Highly  recommended. In there You can also  download  the  unregistered
  15. version and even  registered  version  if you have already acquired the
  16. password by registration.
  17.  
  18. If you don't have WWW access, you can still ftp the unregistered from,
  19.  
  20.    archsci.arch.su.edu.au     /pub/tongk/finst152.zip
  21.  
  22.  
  23.  
  24. Introduction
  25. ============
  26.  
  27. Freeman Installer & Uninstaller v1.5 is an install utility facilitating
  28. the installation of Windows applications. Installer creates install log
  29. automatically.  Uninstaller  reads  the  log  and  displays the changes
  30. in  a  structured & easy-to-read format and, on request, tries to  undo
  31. the changes. A  front end generating INF files to be interpreted and/or
  32. generating C++ source files to be compiled and linked to get a tailored
  33. and  integrated  EXE  without  the  need  to add a single line of code. 
  34. Selective installation. Setting/adding  INI entries, registration keys. 
  35. Displays dialog boxes while copying files. File  version checking. Easy 
  36. variable substitution. Customizations  by C++ subclassing. Suitable for
  37. anyone, from  dummy  to  C/C++  programmer. Context sensitive, Example-
  38. based online doc (many common customizations are discussed).
  39.  
  40. The  unregistered version is fully functioning. The only difference  is
  41. that  the  EXE files created from the unregistered class lib will  draw
  42. a text string "unregstered" at the lower left corner of the screen.
  43.  
  44.  
  45.  
  46. What's new in v1.52?
  47. ====================
  48.  
  49. v1.52 is the second maintenance release of v1.5.
  50.  
  51. It fixes the following bugs in v1.51,
  52. - Installer Couldn't create a file in root directory
  53. - Installer crashed when creating more than about 10 program items
  54. - Constructor switched "reboot" and "don't reboot"
  55. - Constructor generated stupid code (harmless though) causing warnings
  56. - Constructor  used  genuine  inch  to convert between point and pixel
  57.   while Windows uses logical inch
  58.  
  59. Other changes,
  60. - The class lib is now included in the unregistered version. The  only
  61.   difference  is  any EXE built from the unregistered class  lib  will
  62.   always display a text string "unregistered" at the lower left corner
  63.   of the screen
  64.  
  65.  
  66.  
  67. Installation Procedures
  68. =======================
  69.  
  70. 1. Create a temporary directory in your hard disk, i.e.,
  71.  
  72.        md temp
  73.  
  74. 2. unzip finst152.zip to that direcotry, i.e.,
  75.  
  76.        cd temp
  77.        pkunzip a:finst152
  78.  
  79. 3. run install.exe, i.e.,
  80.  
  81.        install
  82.  
  83. 4. follow  the  instructions. When being asked the installation
  84.    directory,  DON'T  answer  the  temporary  directory, answer 
  85.    another  one  or  simply  press  enter to accept the default 
  86.    directory.
  87.  
  88.  
  89.  
  90. Requirements
  91. ============
  92.  
  93. This software requires Windows 3.1 or later.
  94.  
  95.  
  96. Documentation
  97. =============
  98.  
  99. A manual in Windows help format is included.
  100.  
  101.  
  102. Author
  103. ======
  104.     ka iok tong (Kent)
  105.     Mail Box 20
  106.     Wentworth Building
  107.     University of Sydney
  108.     Sydney NSW 2006
  109.     Australia
  110.     Internet email: tongk@archsci.arch.su.edu.au
  111.         CompuServe email: 100351,3364
  112.     ph & fax: (61) (2) 2116314
  113.